2006-04-12 Matthias Clasen <mclasen@redhat.com>
+ * contrib/gdk-pixbuf-xlib/Makefile.am:
+ * modules/engines/pixbuf/Makefile.am
+ * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
+
* gdk/x11/gdkselection-x11.c (make_list): Make this work
for list == NULL. (Coverity)
2006-04-12 Matthias Clasen <mclasen@redhat.com>
+ * contrib/gdk-pixbuf-xlib/Makefile.am:
+ * modules/engines/pixbuf/Makefile.am
+ * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
+
* gdk/x11/gdkselection-x11.c (make_list): Make this work
for list == NULL. (Coverity)
+if PLATFORM_WIN32
+no_undefined = -no-undefined
+endif
+
lib_LTLIBRARIES=libgdk_pixbuf_xlib-2.0.la
INCLUDES = \
libgdk_pixbuf_xlib_2_0_la_LDFLAGS = \
-export-dynamic \
+ $(no_undefined) \
-version-info $(LT_VERSION_INFO)
libgdk_pixbuf_xlib_2_0_la_LIBADD = \
endif
if BUILD_DYNAMIC_MODULES
-gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders
+gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders$(EXEEXT)
LOADERS=`echo libpixbufloader-*.la` ; \
if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \
-if OS_WIN32
+if PLATFORM_WIN32
no_undefined = -no-undefined
endif